home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / lisp / akcl_1_6.z / akcl_1_6 / xbin / update < prev   
Encoding:
Text File  |  1987-06-30  |  104 b   |  5 lines

  1. #!/bin/sh
  2. lis=$*
  3. echo make -f Smakefile $lis "CHANGED=${lis}"
  4. make -f Smakefile ${lis} "CHANGED=${lis}"
  5.